home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3360 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: news.nstn.ca!news
  2. From: hfreeman@fox.nstn.ca (hfreeman)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Novice Q: Running a BC++4.5 OWL application...
  5. Date: 23 Jan 1996 16:10:56 GMT
  6. Organization: NSTN Navigator User
  7. Message-ID: <4e31ag$dh5@news.nstn.ca>
  8. References: <ragnaroek1996Jan20.093813.19104@news2.compulink.com> <4e05ra$kss@news.halcyon.com>
  9. Reply-To: hfreeman@fox.nstn.ca
  10. NNTP-Posting-Host: bridgewater-ts-10.nstn.ca
  11. Mime-Version: 1.0
  12. X-Newsreader: WinVN 0.93.14
  13.  
  14. In article <4e05ra$kss@news.halcyon.com>, kmoffat@halcyon.com says...
  15. >
  16. >mksmith@idirect.com (Martin Smith) wrote:
  17. >
  18. >>I have written an OWL application that runs just fine with BC++ 
  19. running, 
  20. >>but which won't run from file manager or File|Run unless BC++ is at 
  21. least 
  22. >>running in the background.  Is there a switch somewhere among the 
  23. target 
  24. >>attributes that I may not have set?
  25. >
  26. >>Any comments appreciated.
  27. >
  28. >Check if linking of .dll's is set to Dynamic or Static. You probably 
  29. want
  30. >Static.
  31. >
  32. Alternately, if you wish to use dynamic linking of .dll's, try calling
  33.     EnableBWCC(true)
  34. in OwlMain(). This appears to be necessary in order to load the BWCC dll
  35.  
  36.